Telegram Group & Telegram Channel
38. Star Pattern 3.

class StarPattern3
{

public static void main(String arg[])
{

for (int i = 1; i <= 5; i++)
{
for (int j = i; j <= 5; j++)

{
System.out.print("*");
}

System.out.println();
}

for (int i = 1; i <= 5; i++)
{
for (int j = 1; j <= i; j++)

{
System.out.print("*");
}

System.out.println();
}

}
}

@java_codings



tg-me.com/java_codings/51
Create:
Last Update:

38. Star Pattern 3.

class StarPattern3
{

public static void main(String arg[])
{

for (int i = 1; i <= 5; i++)
{
for (int j = i; j <= 5; j++)

{
System.out.print("*");
}

System.out.println();
}

for (int i = 1; i <= 5; i++)
{
for (int j = 1; j <= i; j++)

{
System.out.print("*");
}

System.out.println();
}

}
}

@java_codings

BY Advance Java πŸ‘¨β€πŸ’»


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/java_codings/51

View MORE
Open in Telegram


Advance Java ‍ Telegram | DID YOU KNOW?

Date: |

Mr. Durov launched Telegram in late 2013 with his brother, Nikolai, just months before he was pushed out of VK, the Russian social-media platform he founded. Mr. Durov pitched his new appβ€”funded with the proceeds from the VK saleβ€”less as a business than as a way for people to send messages while avoiding government surveillance and censorship.

A project of our size needs at least a few hundred million dollars per year to keep going,” Mr. Durov wrote in his public channel on Telegram late last year. β€œWhile doing that, we will remain independent and stay true to our values, redefining how a tech company should operate.

Advance Java ‍ from ar


Telegram Advance Java πŸ‘¨β€πŸ’»
FROM USA